body {
  font-family: 'Titillium Web', sans-serif;
  color: #222;
  font-size: 16px;
  line-height: 1.375em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 3em;
  line-height: 1.05em;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 2.25em;
  line-height: 1.25em;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 1.75em;
  line-height: 1.25em;
  font-weight: 400;
}

a {
  color: #222;
  text-decoration: underline;
}

.header {
  position: -webkit-sticky;
  position: sticky;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  padding: 10px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-align: center;
}

.nav-link:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.nav-link.w--current {
  color: hsla(0, 0%, 100%, 0.7);
  text-decoration: underline;
}

.home-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/shutterstock_347567885.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/shutterstock_347567885.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.column {
  padding: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.center {
  text-align: center;
}

.section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.gray {
  background-color: #d3d3d3;
}

.parallax-section {
  height: 600px;
  background-image: url('../images/shutterstock_574705312.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.parallax-section._1 {
  background-image: url('../images/shutterstock_574705312.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.parallax-section._2 {
  background-image: url('../images/Home-2-1.jpg');
  background-size: cover;
  background-attachment: fixed;
}

.parallax-section._3 {
  background-image: url('../images/Home-3-1-fa5d2db5.jpg');
  background-size: cover;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.fancy-image {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 0 15px 0 rgba(34, 34, 34, 0.15);
}

.button {
  margin-bottom: 10px;
  padding: 10px 20px;
  border: 1px solid navy;
  background-color: #fff;
  color: #222;
}

.button:hover {
  border-color: #222;
  background-color: #222;
  color: #fff;
}

.red {
  color: maroon;
}

.fire-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Internal-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Internal-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #fff;
}

.remodeling-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Internal-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Internal-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #fff;
}

.link-block {
  margin-bottom: 10px;
}

.footer-button {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: navy;
  font-size: 22px;
  text-align: center;
}

.footer-button:hover {
  background-color: #222;
}

.red-footer {
  background-color: maroon;
  color: #fff;
}

.navbar {
  background-color: #222;
  color: #fff;
}

.light-link {
  color: #fff;
  text-decoration: underline;
}

.light-link:hover {
  color: hsla(0, 0%, 100%, 0.7);
  text-decoration: none;
}

.tagline {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
}

.tagline-link {
  font-family: Oswald, sans-serif;
  color: maroon;
  font-size: 24px;
}

.field-label {
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.sidebar-card {
  margin-bottom: 15px;
  padding: 15px 10px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  text-align: center;
}

.rich-text-block {
  margin-bottom: 15px;
}

.farm-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Internal-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Internal-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #fff;
}

.link {
  color: #fff;
}

.link-2 {
  color: #fff;
}

.link-3 {
  color: #fff;
}

.link-4 {
  color: #fff;
}

.link-5 {
  color: #fff;
}

.footer-link {
  color: #fff;
}

.form-embed {
  display: block;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.5em;
    line-height: 1.125em;
  }
  h2 {
    font-size: 2em;
  }
  .home-hero {
    height: 500px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/shutterstock_347567885.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/shutterstock_347567885.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .parallax-section._1 {
    height: 500px;
  }
  .parallax-section._2 {
    height: 500px;
  }
  .parallax-section._3 {
    height: 500px;
  }
  .fire-hero {
    height: 500px;
  }
  .remodeling-hero {
    height: 500px;
  }
  .heading {
    font-size: 1.5em;
    line-height: 1.375em;
  }
  .farm-hero {
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2em;
    line-height: 1.25em;
  }
  h2 {
    font-size: 1.625em;
    line-height: 1.15384615em;
  }
  .home-hero {
    height: 400px;
  }
  .section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .parallax-section._1 {
    height: 400px;
  }
  .parallax-section._2 {
    height: 400px;
  }
  .parallax-section._3 {
    height: 400px;
  }
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block {
    width: 100%;
    margin-top: 10px;
    padding-left: 0px;
    text-align: center;
  }
  .fire-hero {
    height: 400px;
  }
  .remodeling-hero {
    height: 400px;
  }
  .farm-hero {
    height: 400px;
  }
}

@media screen and (max-width: 479px) {
  .button.header {
    display: block;
  }
  .fire-hero {
    height: 300px;
  }
  .remodeling-hero {
    height: 300px;
  }
  .tagline {
    display: none;
  }
  .farm-hero {
    height: 300px;
  }
}

